ComponentOne ASP.NET MVC Controls
ATR<T> Class
Members 

C1.Web.Mvc.Finance Namespace : ATR<T> Class
Base class for overlay and indicator series that render a single series
Object Model
ATR<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
Syntax
'Declaration
 
Public Class ATR(Of T) 
   Inherits SingleOverlayIndicatorBase(Of T)
public class ATR<T> : SingleOverlayIndicatorBase<T> 
Type Parameters
T
Remarks
Average true range is used to measure the volatility of an asset. Average true range does not provide any indication of the price's trend, but rather the degree of price volatility.
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.ChartSeriesBase<T>
      C1.Web.Mvc.ExtraSeries<T>
         C1.Web.Mvc.Finance.SingleOverlayIndicatorBase<T>
            C1.Web.Mvc.Finance.ATR<T>

See Also

Reference

ATR<T> Members
C1.Web.Mvc.Finance Namespace